Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Wrappers Namespace / PdfWrapper<T> Class / PdfObject Property

In This Topic
    PdfObject Property (PdfWrapper<T>)
    In This Topic
    Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property PdfObject As IPdfObject
    public override IPdfObject PdfObject {get;}
    See Also